home *** CD-ROM | disk | FTP | other *** search
- ; DEFINITIONS FOR MENU STRUCTURES
-
- ; currently defined menu entry types
- M_HEADER =0
- M_BAR =1
- M_INT =2
- M_UNSIGNED =3
- M_PICK =4
- M_STRING =5
- M_MENU =6
- M_CALL =7
- M_TOGGLE =8
- M_KEY =9
- M_EXIT =10
- M_END =11
-
- ; this value means "exit key" does not pop out the current menu
- M_NOESC =1
-
- ; this value means "avoid this menu" when getting back from the submenu
- M_BYPASS =1
-
-